home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 522 b | 17 lines | [TEXT/ScoM] |
- HOW TO CHOOSE OUTPUT FOLDER
-
- >How can I choose other folder to place the output midifiles?
- >Why doesn't this work:
- >
- >(setq direct (choose-directory-dialog ) number 34)
- >(eval `(play-file ,(concatenate 'string direct (format nil "File ~a"
- >number)) i1 rr i2 rr i3 rr))
- >
- >It creates all the directory folders inside the output folder....
-
- play-file-nocheck enables to save a midi file to a directory path
- supplied
-
- (defmacro play-file-f (songname &rest ll)
- `(eval (append '(play-file-nocheck) (list ,songname) ',ll)))
-